home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ansi / infbar15.zip / INFOBAR.DOC < prev   
Text File  |  1990-06-09  |  6KB  |  187 lines

  1.  
  2.                                                       │
  3.                                                       │ InfoBar v1.5
  4.                                                       │ Copyright (C) 1990
  5.                                                       │ By Philip Maland
  6.                                                       │ 06/09/90
  7.                                                       │
  8.   Disclaimer:
  9.  
  10.      This program is Shareware.  InfoBar and the accompanying documentation
  11.  are copyrighted material.  You may copy and distribute InfoBar for 
  12.  NON-COMMERCIAL use if:
  13.  
  14.  - No fee may be charged to copy or distribute InfoBar, other than to
  15.    cover your distribution costs.
  16.  
  17.  - InfoBar and its documentation are distributed together.
  18.  
  19.  - It is not modified in any way.
  20.  
  21.      If you like InfoBar and wish to continue using it, a registration fee
  22.  of $5.00 is required.  If you don't feel it is worth that much, please send 
  23.  what you think is a reasonable amount.
  24.  
  25.      Please send your $5 registration fee to:
  26.                                                 Philip Maland
  27.                                                 711 W. Casino Road Apt 6A2
  28.                                                 Everett, WA  98204
  29.  
  30.  
  31.  
  32.   Program Info:
  33.  
  34.      InfoBar's main purpose is to show you the exact (X,Y) position of any
  35.  point on the screen.  It also displays the current color and ASCII character
  36.  number under the cursor, and the video offset.  InfoBar is very helpful for
  37.  programming in many different languages.
  38.  
  39.  
  40.  
  41.   Usage:
  42.  
  43.      To install InfoBar, just type InfoBar from the DOS command line.
  44.  
  45.   Ex.  C:\>INFOBAR
  46.  
  47.  
  48.      Once installed, InfoBar is activated by pressing ALT-1.  The keys
  49.  available and their functions are listed below:
  50.  
  51.      Up Arrow         - This will move the bar up one screen row.
  52.      Down Arrow       - This will move the bar down one screen row.
  53.  
  54.      Left Arrow       - This will move the cursor to the left one column.
  55.      Right Arrow      - This will move the cursor to the right one column.
  56.  
  57.      Ctrl-Right Arrow - This will move the cursor to the right 5 spaces.
  58.      Ctrl-Left Arrow  - This will move the cursor to the left 5 spaces.
  59.  
  60.      Page Up          - This will move the bar to the top of the screen.
  61.      Page Down        - This will move the bar to the bottom of the screen.
  62.  
  63.      Home      - This will move the cursor to the left side of the screen.
  64.      End       - This will move the cursor to the right side of the screen.
  65.  
  66.      'C'       - Moves InfoBar's X,Y position to that of the on-screen cursor.
  67.  
  68.      'R'       - Redisplays information about last box measured.
  69.  
  70.  
  71.   New with v1.2:
  72.  
  73.      A lot of redundant code was removed, and the box size function was
  74. added.
  75.  
  76.      To determine the size of a box, or any area of the screen, position
  77. InfoBar's cursor on the top left corner of the area you wish to measure, and
  78. press <Return>.  Next, position the cursor on the lower left corner of the
  79. area, and press <Return> again.  Doing so, will bring up the following status
  80. box:
  81.  
  82.                      ╒═════════════════════════════════╕
  83.                      │                                 │
  84.                      │  Total # of bytes in area: xxxx │
  85.                      │  Total # of columns  (X) :   xx │
  86.                      │  Total # of rows     (Y) :   xx │
  87.                      │                                 │
  88.                      ╘═════════════════════════════════╛
  89.  
  90.      Total # of bytes is handy for determining the amount of memory needed to
  91. save that portion of the screen for later restoration.
  92.  
  93.  
  94.   New with v1.3:
  95.  
  96.      In version 1.2, when invoked, the bar was one character short.  This has
  97.  been fixed.  
  98.  
  99.      New feature:  Pressing 'C' will automatically move InfoBar's cursor to
  100.                    the location of the actual blinking underline cursor.
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.   New with v1.4:
  118.  
  119.      Version 1.4 is the result of comments by Henry S. Noble:
  120.  
  121.  "If you're looking for ideas to incorporate in future revisions, consider 
  122.   the following:
  123.  
  124.   - I appreciate it when a TSR includes an un-install command, such as Alt-U.
  125.  
  126.   - You might give the user the option of a hex or decimal readout.
  127.  
  128.   You'll want to fix the info box in the upper right corner of the 
  129.   documentation to show the current version number."
  130.  
  131.      After bringing up InfoBar with ALT-1, pressing 'H' will switch all 
  132.  numbers displayed to Hex.  Pressing 'D' will switch back to Decimal.  Once
  133.  InfoBar is loaded into memory, running InfoBar with a '/U' switch on the 
  134.  command line will release all memory used, and restores all interrupts used
  135.  by InfoBar.
  136.  
  137.     Example:  C:\> InfoBar /U <Enter>
  138.  
  139.  
  140.   New with v1.5:
  141.  
  142.      I recently had the opportunity to try out MicroSoft Quick Pascal, and
  143.  discovered that a functions uses the ALT-1 combination.  So I have added the
  144.  capability of selecting your own hot-key.  To do this, run InfoBar with the
  145.  /C switch.  To select your hot-key, break it up into two parts, the shift
  146.  key combination, and the regular key. 
  147.  
  148.  Example:
  149.  
  150.      The default hot-key is ALT-1.  Therefore, the shift key combination for
  151.  it is ALT.  The normal key then is 1.  The shift keys (for this program) are
  152.  the ALT, CTRL, RIGHT SHIFT, and LEFT SHIFT keys.
  153.  
  154.  New features are:
  155.  
  156.   - Support for screen resolutions greater than 25 rows.  
  157.   - Pressing 'R' will display the information about the last box measured.
  158.   - After selecting the first corner of the box to measure, a yellow diamond
  159.     will appear on the right side of the ruler.  When the second corner has
  160.     been selected, the diamond will go away.
  161.  
  162.  
  163.   About the author:
  164.  
  165.         Philip Maland
  166.         711 W. Casino Rd. Apt. 6A2
  167.         Everett, WA  98204
  168.         (206) 355-8524
  169.  
  170.       or
  171.  
  172.         GEnie:  L.MALAND
  173.  
  174.       or
  175.  
  176.         CompuServe:  72020,3626
  177.  
  178.       or
  179.  
  180.         ProVision - Node 1
  181.         Sysop:  Joel Bergen      
  182.         (206) 353-6966
  183.         Home of Global War
  184.  
  185.  
  186.  
  187.